home *** CD-ROM | disk | FTP | other *** search
/ The Guru Press Kit / The Guru Press Kit.iso / pc / theguru.dxr / 00004_slideshowscript.ls < prev    next >
Encoding:
Text File  |  2002-12-17  |  300 b   |  15 lines

  1. property spriteNum, pRandom
  2. global gCount, gPhotolist, gListOfSelections
  3.  
  4. on mouseUp me
  5.   vName = sprite(spriteNum).member.name
  6.   vNum = gPhotolist.getPos(vName)
  7.   if vNum = 0 then
  8.     alert("gCount is zero")
  9.   else
  10.     gCount = vNum
  11.     puppetTransition("thetrans")
  12.     go("slideshow")
  13.   end if
  14. end
  15.